body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px"微软雅黑";
	font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #000;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}
input:focus,
 textarea:focus {

    outline:
none;

}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container{
		width: 738px;
		padding: 0;
	}
	body{
		padding-top: 75px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 100%;
		padding:0 10px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1150px;
	}
}
/*头部公共样式 star star star*/
.header{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 1000;
	padding-left: 10%;
	padding-right: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header .logo{
	width: 150px;
	display: inline-block;
	line-height: 80px;
}
.logo img{
	width: 100%;
}
.header_right{
	padding-top: 15px;
	float: right;
}
.header_fourImg{
	width: 175px;
	padding-top: 10px;
	overflow: hidden;
}
.header_fourImg img{
	width: 30px;
	margin-right: 10px;
}
@media only screen and (max-width:991px ) {
	.header{
		padding-left: 20px;
		padding-right: 0px;
	}
	.header_fourImg{
		display: none;
	}
	.header_right{
		width: 100%;
		background-color: #ECECEC;
        border-bottom: 1px solid #DEDEDE;
        position: fixed;
        left: 0;
        top: 80px;
        display: none;
	}
	.header_menu .header_menuBox {
	    width: 100%;
	    height: 50px;
	    position: relative;
	}
}
@media only screen and (max-width:767px ) {
	.header{
		padding-left: 15px;
		padding-right: 0px;
	}
}
@media only screen and (min-width:992px ) {
	.header{
		padding-left: 15px;
		padding-right: 0px;
	}
	.header_fourImg{
		display: none;
	}
}
@media only screen and (min-width:1200px ) {
	.header{
		padding-left: 10%;
		padding-right: 25px;
	}
	.header_fourImg{
		display: block;
	}
}
.header_menu{
	width: 630px;
	height: auto;
	float: left;
}
.header_menu .header_menuBox{
	float: left;
	width: 90px;
	height: 50px;
	position: relative;
}
.header_menuBox>a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #777777;
	text-align: center;
}
.header_menu .header_twoMenu{
	min-width: 170px;
	overflow: hidden;
	padding: 5px 0;
	position: absolute;
	top: 50px;
	left: 0;
	border-radius:0 0 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
	background-color: #FFFFFF;
}
.header_twoMenu a{
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #777777;
	padding: 0 20px;
}
.header_menuBox:hover>a{
	background-color: #337ab7;
	color: #FFFFFF;
}
.header_menuBox:hover .header_twoMenu{
	display: block;
}
.header_twoMenu a:hover{
	background-color: #337ab7;
	color: #FFFFFF;
}
.header_edition{
	padding: 15px 20px;
	float: left;
	position: relative;
}
.header_edition:hover{
	background-color: #337ab7;
}
.header_edition img:nth-of-type(1){
	width: 30px;
}
.header_edition img:nth-of-type(2){
	width: 11px;
	margin-left: 5px;
}
.edition_Three{
	width: 140px;
	padding: 5px 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50px;
	border-radius:0 0 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #FFFFFF;
    display: none;
}
.edition_Three li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding:0 10px;
	overflow: hidden;
	font-size: 14px;
	color: #777777;
}
.edition_Three li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.edition_Three li img{
	width: 30px;
	margin-right: 5px;
}
.header_edition:hover .edition_Three{
	display: block;
}
.edition_Three li:hover{
	background-color: #337ab7;
}
.edition_Three li:hover a{
	color: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.header_menu{
		width: 100%;
		height: auto;
		float: none;
	}
	.header_menu .header_menuBox {
	    width: 100%;
	    height: auto;
	    position: relative;
	    float: none;
	}
	.header_edition {
		width: 100%;
		height: 40px;
		line-height: 40px;
	    padding: 0px;
	    float: none;
	    position: relative;
	    text-align: center;
	}
	.header_menu .header_twoMenu{
		width: 100%;
		text-align: center;
		position: relative;
		top: 0;
		border-radius: 0 ;
	    border: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.edition_Three{
		width: 100%;
		padding: 5px 0;
		position: relative;
		top: 0px;
	}
	.header_menuBox>a{
		font-size: 20px;
	}
	.header_twoMenu a{
		font-size: 16px;
	}
}
@media only screen and (max-width:767px ) {
	.header_menuBox>a{
		font-size: 16px;
	}
	.header_twoMenu a{
		font-size: 14px;
	}
}
.menu_icon{
	width: 44px;
	height: 34px;
	border: 1px solid #dddddd;
	float: right;
	margin: 23px 20px 0 0;
	border-radius: 4px;
	padding: 9px 0;
	display: none;
}
.menu_icon span{
	display: block;
	background-color: #888888;
	width: 22px;
	height: 2px;
	margin: 0px auto;
}
.menu_icon span:nth-of-type(2){
	margin: 4px auto;
}
@media only screen and (max-width:991px ){
	.menu_icon{
		display: block;
	}
}
/*底部*/
.index_footer{
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	padding: 30px 0 50px;
}
.footer_top{
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-align: right;
	line-height: 80px;
}
.footer_top img{
	height: 100%;
	margin-left: 30px;
	opacity: 0.5;
}
.footer_top img:nth-of-type(2){
	height: 90px;
}
.footer_top img:nth-of-type(3){
	height: 60px;
}
.index_footer h1{
	color: #5A676E;
	margin-bottom: 35px;
}
.footer_menu{
	width: 100%;
	overflow: hidden;
}
.footer_menu li{
	width: 140px;
	margin-right: 76px;
	float: left;
}
.footer_menu li:last-of-type{
	width: 65px;
	margin-right: 0;
}
.footer_menu li a{
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #5a676f;
}
.footer_menu li a:first-of-type{
	color: #5a676f;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer_bottom{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e6e6e6;
	text-align: center;
	color: #5a676f;
}
.footer_bottom a{
	color: #5a676f;
}
.footer_bottom span:nth-of-type(1){
	margin:0 30px;
}
@media only screen and (max-width:991px ) {
	.index_footer{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.footer_bottom span:nth-of-type(1){
		margin:0 15px;
	}
}
@media only screen and (min-width:992px ) {
	.footer_menu li{
		width: 140px;
		margin-right: 41px;
	}
}
@media only screen and (min-width:1200px ) {
	.footer_menu li{
		width: 140px;
		margin-right: 76px;
	}
}
/*公共的一级进入导航*/
.banner_common{
	width: 100%;
	margin-top: 80px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background: url(../img/company.jpg) no-repeat top center;
}
@media only screen and (min-width:1921px ) {
	.banner_common{
		background-size: 100%;
	}
}
@media only screen and (max-width:992px ) {
	.banner_common{
		margin-top: 0px;
	}
}
@media only screen and (max-width:767px ) {
	.banner_common{
		height: 300px;
	}
}
.banner_common span{
	display: inline-block;
	font-size: 60px;
	background-color: rgba(9,187,239,0.70);
	color: #FFFFFF;
	position: absolute;
	bottom: 30px;
	right: 14%;
	padding: 0 10px;
}
.menu_list{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 70px 0 90px;
}
.menu_list ul{
	width: 100%;
	height: auto;
}
.menu_list ul li{
	width: 200px;
	height: 175px;
	overflow: hidden;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	transition: all 0.5s;
	float: left;
	margin:0 116px 30px 0;
}
.menu_list ul li:hover{
	box-shadow: 6px 6px 20px rgba(0,0,0,0.4);
}
.menu_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.menu_list ul li h3{
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	overflow: hidden;
	font-size: 18px;
	background-color: #004bb1;
}
@media only screen and (max-width:991px ) {
	.menu_list ul li{
		margin:0 68px 30px 0;
	}
	.menu_list ul li:nth-of-type(3n){
		margin-right: 0px;
	}
	.banner_common span{
		right: auto;
		left: 20px;
		font-size: ;
	}
}
@media only screen and (max-width:767px ) {
	.menu_list ul li{
		margin:0 auto 30px !important;
		float: none;
	}
	.banner_common span{
		font-size: 36px;
	}
}
@media only screen and (min-width:992px ) {
	.menu_list ul li{
		margin:0 56px 30px 0;
	}
	.menu_list ul li:nth-of-type(4n){
		margin-right: 0px;
	}
}
@media only screen and (min-width:1200px ) {
	.menu_list ul li{
		margin:0 116px 30px 0;
	}
}